small updates

James Peret 7 years ago
parent
commit
49999a1357
3 changed files with 16 additions and 2 deletions
  1. 1 1
      public/scripts/views/main.html
  2. 7 0
      public/scripts/views/player.html
  3. 8 1
      roteiro.json

+ 1 - 1
public/scripts/views/main.html

@@ -1,7 +1,7 @@
1 1
 <div class="menu">
2 2
   <ul>
3 3
     <li><i ng-click="stopPlayback()" class="fa fa-stop"></i></li>
4
-    <li><a ng-click="changeSoundMode()" ng-hide="false">{{sound_mode}}</a> </li>
4
+    <li><a href="/#/player">Player</a> </li>
5 5
   </ul>
6 6
 </div>
7 7
 

+ 7 - 0
public/scripts/views/player.html

@@ -1,3 +1,10 @@
1
+<div class="menu">
2
+  <ul>
3
+    <li><i ng-click="stopPlayback()" class="fa fa-stop"></i></li>
4
+    <li><a href="/">Controller</a> </li>
5
+  </ul>
6
+</div>
7
+
1 8
 <div style="margin-top: 150px; margin-left: auto; margin-right: auto; width: 400px; text-align: center;">
2 9
   <h2>Network Audio Player</h2>
3 10
   <a ng-click="changeChannel()">Channel {{current_channel}}</a>

+ 8 - 1
roteiro.json

@@ -2119,7 +2119,14 @@
2119 2119
           "url" : "public/audio/wav/176x.wav",
2120 2120
           "channels" :[ { "volume" : 20, "pan" : 0 }, { "volume" : 20, "pan" : 0 } ],
2121 2121
           "loop" : false
2122
-        },
2122
+        }
2123
+      ]
2124
+    },
2125
+    {
2126
+      "nota": "X",
2127
+      "leitura": "",
2128
+      "playall" : true,
2129
+      "arquivos" : [
2123 2130
         {
2124 2131
           "url" : "public/audio/ruidos/samples_simposio/hahaha_oswald.wav",
2125 2132
           "channels" :[ { "volume" : 20, "pan" : 0 }, { "volume" : 20, "pan" : 0 } ],